{
    "UrbanDataset" : {
        "context" : {
            "producer" : {
                "id" : "Solution-ID",
                "schemeID" : "SCPS"
            },
            "timeZone" : "UTC+1",
            "timestamp" : "2026-04-27T08:49:02",
            "coordinates" : {
                "format" : "WGS84-DD",
                "latitude" : 0.0,
                "longitude" : 0.0,
                "height" : 0.0
            },
            "language" : "IT",
            "note" : ""
        },
        "specification" : {
            "version" : "2.0",
            "id" : {
                "value" : "EarthquakeEvents-2.0",
                "schemeID" : "SCPS"
            },
            "name" : "Earthquake Events",
            "uri" : "https://smartcityplatform.enea.it/specification/semantic/2.0/ontology/scps-ontology-2.0.owl#EarthquakeEvents",
            "properties" : {
                "propertyDefinition" : [
                    {
                        "propertyName" : "Depth",
                        "propertyDescription" : "La profondita' dell'evento osservato",
                        "dataType" : "double",
                        "unitOfMeasure" : "kilometre"
                    },
                    {
                        "propertyName" : "EarthquakeMagnitude",
                        "propertyDescription" : "L'entita' dell'evento sismico, secondo la scala Richter",
                        "dataType" : "double",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "SimulatedFlag",
                        "propertyDescription" : "Indica se l'evento riportato e' simulato (true) o reale (false)",
                        "dataType" : "boolean",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "coordinates",
                        "propertyDescription" : "Riferimento geografico",
                        "subProperties" : {
                            "propertyName" : [
                                "format",
                                "latitude",
                                "longitude",
                                "height"
                            ]
                        }
                    },
                    {
                        "propertyName" : "timestamp",
                        "propertyDescription" : "Marca temporale",
                        "dataType" : "dateTime",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "format",
                        "propertyDescription" : "Formato wgs84 in cui sono espresse le coordinate (attributo opzionale)",
                        "dataType" : "string",
                        "codeList" : "https://smartcityplatform.enea.it/specification/semantic/2.0/gc/FormatCode.gc",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "latitude",
                        "propertyDescription" : "Latitudine",
                        "dataType" : "double",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "longitude",
                        "propertyDescription" : "Longitudine",
                        "dataType" : "double",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "height",
                        "propertyDescription" : "Altitudine (proprietà opzionale)",
                        "dataType" : "double",
                        "unitOfMeasure" : "dimensionless"
                    }
                ]
            }
        },
        "values" : {
            "line" : [
                {
                    "id" : 1,
                    "timestamp" : "1000-12-31T00:00:00",
                    "coordinates" : {
                        "format" : "WGS84-DD",
                        "latitude" : 0.0,
                        "longitude" : 0.0,
                        "height" : 0.0
                    },
                    "property" : [
                        {
                            "name" : "Depth",
                            "val" : " "
                        },
                        {
                            "name" : "EarthquakeMagnitude",
                            "val" : " "
                        },
                        {
                            "name" : "SimulatedFlag",
                            "val" : " "
                        }
                    ]
                }
            ]
        }
    }
}